Programming Languages
epub |eng | 2013-07-09 | Author:Julian Templeman
( Category:
Object-Oriented Design
March 26,2014 )
epub |eng | 2010-12-06 | Author:Daniel P. Friedman;William E. Byrd;Oleg Kiselyov [Kiselyov, Daniel P. Friedman;William E. Byrd;Oleg]
The First Commandment To transform a function whose value is a Boolean into a function whose value is a goal, replace cond with conde and unnest each question and answer. ...
( Category:
Computer Science
March 26,2014 )
epub |eng | 2012-08-07 | Author:Guillermo Rauch
module.exports = function search (query, fn) { request.get(‘http://search.twitter.com/search.json’) .data({ q: query }) .end(function (res) { if (res.body && Array.isArray(res.body.results)) { return fn(null, res.body.results); } fn(new Error(‘Bad twitter response’); }); }; ...
( Category:
JavaScript Programming
March 26,2014 )
epub |eng | 2011-02-10 | Author:Cameron Hughes & Tracey Hughes
A dependency graph is useful for documenting the type of dependency relationship, for example, C for communication or Co for cooperation. S is for synchronization if the communication or cooperation ...
( Category:
C Programming Language
March 26,2014 )
epub, pdf |eng | 2012-12-18 | Author:Cody Lindley [Cody Lindley]
Using the this Keyword Inside a User-Defined Constructor Function When a function is invoked with the new keyword, the value of this—as it’s stated in the constructor—refers to the instance ...
( Category:
Internet, Groupware, & Telecommunications
March 26,2014 )
epub, pdf |eng | 2011-08-15 | Author:Matthew MacDonald [Matthew MacDonald]
Tip If you’re fuzzy about how the if statements work in this example, and what operators like ! and || really mean, check out the summary of logical operators on ...
( Category:
Blogging & Blogs
March 26,2014 )
epub, pdf |eng | 2012-12-17 | Author:Harry He
while(begin < end && criterion.check(nums[end])) end--; if(begin < end) { int temp = nums[begin]; nums[begin] = nums[end]; nums[end] = temp; } } } In order to place odd numbers before ...
( Category:
Human Resources & Personnel Management
March 26,2014 )
epub, pdf |eng | | Author:Kurt Jung, Aaron Brown
The Debug Library The debug library includes various functions for looking under the hood of Lua code. These functions are available in the table debug. Use the debug library with ...
( Category:
Software
March 26,2014 )
epub, pdf |eng | 2011-10-07 | Author:Giulio Zambon [Zambon, Giulio]
// ---------- Setters public void setChoices(Object[] cc, int kC) { int len=0; if (cc != null) len = cc.length; if (len != 0) { choices[kC].clear(); choices[kC] = new ArrayList<String>(len); for ...
( Category:
Software Development
March 26,2014 )
epub, pdf |eng | 2011-05-22 | Author:Dan Clark
Summary In this chapter, you examined the various types of collections exposed by the .NET Framework. You learned how to work with arrays, array lists, queues, stacks, and generic collections. ...
( Category:
Object-Oriented Design
March 26,2014 )
epub |eng | | Author:Kevin Brothaler
void main() { gl_FragColor = u_Color; } Our shaders should now be up-to-date. 8.6 Integrating Our Changes The hardest part of this chapter is done. ...
( Category:
Mobile Phones, Tablets & E-Readers
March 26,2014 )
epub, azw3 |eng | 2013-04-21 | Author:Peter Gasston
.bar { background-image: url('foo.svg#icon1'); } The :target pseudo-class is applied when the hash of a URL matches the id of an element; in this case the URL hash is #icon1, ...
( Category:
Software Development
March 26,2014 )
epub |eng | 2013-02-06 | Author:Kevin Tatroe, Peter MacIntyre & Rasmus Lerdorf
( Category:
Web Development & Design Programming
March 26,2014 )
epub, pdf |eng | 2013-05-08 | Author:Jake Spurlock
Tabs on the right get the .tabs-right class (see Figure 3-21): <div class="tabbable tabs-right"> <ul class="nav nav-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">Section A</a></li> <li><a href="#tab2" data-toggle="tab">Section B</a></li> <li><a href="#tab3" data-toggle="tab">Section C</a></li> ...
( Category:
User Experience & Usability
March 26,2014 )
epub, mobi, pdf |eng | 2013-10-03 | Author:Elliotte Rusty Harold
Disconnecting from the Server HTTP 1.1 supports persistent connections that allow multiple requests and responses to be sent over a single TCP socket. However, when Keep-Alive is used, the server ...
( Category:
LAN
March 26,2014 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12563)Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9793)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8288)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7775)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6777)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6503)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6371)
Kotlin in Action by Dmitry Jemerov(5058)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4313)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3974)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3757)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3701)
The Ultimate iOS Interview Playbook by Avi Tsadok(3675)
